Q3NURBPatch_GetUKnot
You can use theQ3NURBPatch_GetUKnot
function to get the value of a knot in the u parametric direction.
TQ3Status Q3NURBPatch_GetUKnot ( TQ3GeometryObject nurbPatch, unsigned long knotIndex, float *knotValue);
nurbPatch
- A NURB patch.
knotIndex
- An index into the
uKnots
field of the specified NURB patch.knotValue
- On exit, the value of the specified knot.
DESCRIPTION
TheQ3NURBPatch_GetUKnot
function returns, in theknotValue
parameter, the knot value of the NURB patch specified by thenurbPatch
parameter having the knot index specified by theknotIndex
parameter in theuKnots
array of u knots.